/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background-color: #164868;
	background-image: url('../cachepics/slider/start_slider_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
    color: #ffffff;
    padding: 0.2em 0;
	text-align: center;
}
.chromeframe a,
.chromeframe a:visited,
.chromeframe a:hover {color: #ffffff;text-decoration: none;}
.chromeframe a {text-decoration: underline;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
*/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
    *zoom: 1;
}

/******************************************/
/* Basiseinstellungen
/******************************************/
html, body {
    height:101%;
}
body{
    font-size: 0.875em;
    line-height: 1.4;
    margin:0;
    padding:0;
    color:#5F5F5F;
    background-color: #f6f6f6;
    font-family: Arial, sans-serif;
}

span.nowrap {white-space:nowrap;}

dfn,
span.inv {
    visibility:hidden;
    display:none;
}

/******************************************/
/* Typografie
/******************************************/

h2 {
    color:#114767;
    font-size: 16px;
    text-transform: uppercase;
    padding:15px 0 0 0;
}
h3 {
    color: #525252;
    font-size: 15px;
    text-transform: uppercase;
    padding:10px 0 0 0;
}
h3 span {
    font-size:14px; 
    font-weight:normal;
    text-transform:none;
}
h4 {
    color: #403f3f;
    font-size: 14px;
    margin: 0;
}

ul li,
p {
    color: #5f5f5f;
    line-height: 1.6;
}

a {
    color: #114767;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

li {
    color: #5F5F5F;
}

::-moz-selection {
    background-color: #1e4a66;
    color: #ffffff;
}
::selection {
    background-color: #1e4a66;
    color: #ffffff;
}

/******************************************/
/* Design
/******************************************/

/* Global */
#pageWrapper {
    position:relative;
    min-height:100%;
}

/* Header */
#headWrapper {
    background-color: #ffffff;
    width: 100%;
}

#headInner {
    background-color: #ffffff;
    margin: 0 auto;
    height: 93px;
    width: 990px;
    padding: 18px 0 0 0;
}

#pageLogo {
    float: left;    
}

#moreInfoButton {
    position: absolute;
    right: 315px;
    top:0;
    padding: 5px;
    margin-top: 1px;

}

#loginLogout a,
#phoneNumber,
#faxNumber {
    position: absolute;
    right: 165px;
    top:0;
    background-color: #f1f1f1;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    background: #f1f1f1 url("../cachepics/phone.png");
    background-repeat: no-repeat;
    background-position: 9% 50%;
}
#loginLogout a,
#faxNumber {
    right: 10px;
}
#faxNumber {
    background: #f1f1f1 url("../cachepics/fax.png");
    background-repeat: no-repeat;
    background-position: 9% 50%;
}
#loginLogout p {
    position: absolute;
    right: 265px;
    top:0;
}

#loginLogout a {
    background: #f1f1f1 url("../cachepics/login.png") no-repeat 9% 50%;
    right:160px;
}

#loginLogout a,
#phoneNumber p,
#faxNumber p {
    font-weight: bold;
    font-size: 14px;
    color: #686868;
    margin: 0;
    padding: 10px 10px 10px 37px;
    display:block;
}

#faxNumber p {
    padding: 10px 10px 10px 47px;
}

#loginLogout:hover a,
#loginLogout a:hover {
    background: #114767 url("../cachepics/login_hover.png") no-repeat 9% 50%;
    color:#fff;
}
#loginLogout:hover a {
    color:#fff;
    text-decoration:none;
}

#loginLogout a {padding-left:30px; text-transform:uppercase;}



#loginLogout a.saveArea {
    position: absolute;
    right: 163px;
    top:0;
    background-image:none;
    padding-left:12px;
}

/* Content*/
#StartseiteWrapper {
    width: 990px;
    margin: 0 auto;
    padding: 95px 0 0 0;
}


/* Footer*/
#footerWrapper {
    height: 127px;
    width: 100%;
    margin-top: -127px;
    position: relative;
}

.footerSpace {
    padding-bottom:127px; /* assuming your footer height is 100px */

}

#footerWrapper #informationWrapper {
    background: #0f3b55 url('../cachepics/footer_image.jpg') no-repeat 50% 0;
    height: 86px;
}
#footerWrapper #information {
    width: 990px;
    height: 86px;
    margin: 0 auto;
    background: url('../cachepics/footer_logo.png') no-repeat 0 18px;
}

#footerWrapper #information p {
    margin: 0;
    padding: 23px 0 0 130px;
    color: #c7b224;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.3;
}

#footerWrapper #copyrights {
    width: 990px;
    margin: 0 auto;
    height: 41px;
}
#footerWrapper #copyrights p {
    margin: 0;
    color: #595959;
    font-size: 12px;
    padding: 13px 0 0 0;
}


/* Layout */
.row:before, .row:after{
    clear: both;
}

.row {
    margin-bottom: 35px;
}

.column3 {
    float: left;
    width: 310px;
    margin-left: 30px;
}

.column3:first-child {
    margin-left: 0px;
}

.column1 {
    float: left;
    width: 310px;
    margin-left: 0;
}
.column2 {
    float: left;
    width: 680px;
}

.column3 h3 {margin: 15px 0;}
.column3 p {margin: 0;}

.column2.offers h3 {margin: 0 0 0 30px;}

#StartseiteWrapper hr {
    margin:24px 0 14px 0;
}

.fullWidth h3 {
    margin: 15px 0 9px 0;
}

.col1Image {
    width:310px;
    margin-right:30px;
    float: left;
}
.col1Image img {
    border-radius:3px;
}
.col2Content {
    float: left;
    width:650px;
}

/* Box */
.boxWrapper {   
    -moz-box-shadow: 0 1px 1px #c1c1c1;
    -webkit-box-shadow: 0 1px 1px c1c1c1;
    box-shadow: 0 1px 1px #c1c1c1;

    position: relative;
}

.boxContentOuter {
    background-color: #ffffff;
}

.boxContent {
    padding: 16px 16px 0 16px;
/*    height: 130px;*/
}
.boxContent.boxNews p {
    padding:0 0 10px 0;
}
.boxFooter {
    padding: 10px 16px;
}

.boxImage  {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    max-height: 113px;
    height: 112px;
    width: 100%;
    overflow:hidden;
}

.boxImage img  {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;

    max-height: 113px;
    width: 100%;
}

.bannerOverlay {
    position: absolute;
    right: 0;
}

.wmuSlider article .layerTwo .bannerOverlay span.label,
.wmuSlider article .layerTwo .bannerOverlay img {
    width: 94px;
    height: 95px;
    max-width: 94px;
    margin: 13px 0 0 0;
    display:block;
}
.bannerOverlay span.labelSmall {
    width: 57px;
    height: 57px;
    max-width: 57px;
    margin:0;
    display:block;
}


/* big */
.wmuSlider article .layerTwo .bannerOverlay span.label,
.page_startseite .wmuSlider article .layerTwo .bannerOverlay span.label,
.page_fondsimfokus .wmuSlider article .layerTwo .bannerOverlay span.label {
    background:url(../cachepics/fif_banner_big.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_favoriten .wmuSlider article .layerTwo .bannerOverlay span.label {
    background:url(../cachepics/f_banner_big.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_containerinvestments .wmuSlider article .layerTwo .bannerOverlay span.label {
    background:url(../cachepics/ci_banner_big.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_direktinvestments .wmuSlider article .layerTwo .bannerOverlay span.label {
    background:url(../cachepics/di_banner_big.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_vorankuendigungen .wmuSlider article .layerTwo .bannerOverlay span.label {
    background:url(../cachepics/vorankuendigung_banner_big.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_blog .wmuSlider article .layerTwo .bannerOverlay span.label {
    background:url(../cachepics/blog_banner_big.png);
    background-repeat:no-repeat;
    background-position:left;
}

/* small */
.wmuSlider article span.labelSmall,
.page_startseite .bannerOverlay span.labelSmall,
.page_fondsimfokus .bannerOverlay span.labelSmall {
    background:url(../cachepics/fif_banner_small.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_favoriten .bannerOverlay span.labelSmall {
    background:url(../cachepics/f_banner_small.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_containerinvestments .bannerOverlay span.labelSmall {
    background:url(../cachepics/ci_banner_small.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_direktinvestments .bannerOverlay span.labelSmall {
    background:url(../cachepics/di_banner_small.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_vorankuendigungen .bannerOverlay span.labelSmall {
    background:url(../cachepics/vorankuendigung_banner_small.png);
    background-repeat:no-repeat;
    background-position:left;
}
.page_blog .bannerOverlay span.labelSmall {
    background:url(../cachepics/blog_banner_small.png);
    background-repeat:no-repeat;
    background-position:left;
}

/* Button */
.fondsDerWocheLink a,
.fifbutton a, 
.button {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    min-width: 60px;
    padding: 0 8px;
    color: #fff;
    font-size: 14px;

    text-align: center;
    text-decoration: none;

    border: 1px solid #0d2a3d;
	background: #164868; /* Old browsers */
	background: -moz-linear-gradient(top, #164868 0%, #0d2a3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164868), color-stop(100%,#0d2a3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #164868 0%,#0d2a3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #164868 0%,#0d2a3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #164868 0%,#0d2a3d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #164868 0%,#0d2a3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164868', endColorstr='#0d2a3d',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow:  inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

.fondsDerWocheLink a:hover,
.fifbutton a:hover,
.button:hover {
    color: #f6f6f6;
    text-decoration: none;
    border: 1px solid #0d2a3d;
    -webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
background: #1b577c; /* Old browsers */
background: -moz-linear-gradient(top,  #1b577c 1%, #154563 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1b577c), color-stop(100%,#154563)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1b577c 1%,#154563 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1b577c 1%,#154563 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1b577c 1%,#154563 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b577c 1%,#154563 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b577c', endColorstr='#154563',GradientType=0 ); /* IE6-9 */

}

.fondsDerWocheLink a:active,
.fifbutton a:active,
.button:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  inset0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow:  inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.button--red {
    width: 100%;
    border: 1px solid #cb4949;
    background: #d87171; /* Old browsers */
    background: -moz-linear-gradient(top, #d87171 0%, #cb4949 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d87171), color-stop(100%,#cb4949)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d87171 0%,#cb4949 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d87171 0%,#cb4949 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d87171 0%,#cb4949 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d87171 0%,#cb4949 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87171', endColorstr='#cb4949',GradientType=0 ); /* IE6-9 */
}
.button--red:hover {
    border: 1px solid #cb4949;
    background: #1b577c; /* Old browsers */
    background: -moz-linear-gradient(top,  #d87171 1%, #d36060 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d87171), color-stop(100%,#d36060)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d87171 1%,#d36060 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d87171 1%,#d36060 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d87171 1%,#d36060 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d87171 1%,#d36060 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87171', endColorstr='#d36060',GradientType=0 ); /* IE6-9 */
}

/********************/
/**Google Maps**/
/********************/

.googleMap{
    height: 336px;
    width: 100%;
}

.googleMap .mapDetails {
    display: none;

}

.googleMapContact {
    background-color:transparent;
    height: 284px;
    left: 363px;
    top: 302px;
    width: 546px;
}

form.formMapDetails {

}

.gmnoprint div span,
.gmnoprint div a {
    font-size: 9px;
}

form.formMapDetails fieldset {margin: 0; border: none; padding: 0;}

form.formMapDetails input,
form.formMapDetails input {float: left;}

form.formMapDetails input.textField {
    padding: 4px 0;
    width: 160px;
}

form.formMapDetails input.submit,
form.formMapDetails input[type="submit"]{
    width:120px;
    margin-left:5px;
    padding: 1px 8px 7px 8px;
}

/* Startseitenlayout */

/* Slider */

#startSliderWrapper {
    width: 100%;
    height: 304px ;
    background: #164868 url('../cachepics/slider/start_slider_bg.jpg') no-repeat center center;
}
#startSliderInner {
    width: 980px;
    height: 304px ;
    margin: 0 auto;
}

/* jQuery wmuSlider v1.0 CSS */

.wmuSlider {width: 980px; position: relative;}

.wmuSlider .wmuSliderWrapper {display: block; overflow: hidden;height: 370px;}

/* Slider Standard Stylesheets */

.wmuSlider article { height: 370px;}

.wmuSlider article .layerOne {
    width: 450px;
    padding-left: 5px;
}

.wmuSlider article .layerTwo {
    width: 492px;
    top: 20px;
    right: 0;
    background: transparent url('../cachepics/slider/slider_image_bg.png') no-repeat center center;
    height: 360px;
}

.wmuSlider article .layerTwo img {
    width: 471px;
    margin: 16px 10px 10px 10px;
    height: 308px;
}

.wmuSlider article a:hover {
    text-decoration: none;
}

.wmuSlider article h2 {
    font-weight: bold;
    color: #ffffff;
    margin-top: 75px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1;
}
.wmuSlider article p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.wmuSlider article a.moreinfo {
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    text-decoration: none;
    text-transform: uppercase;
    color: #3a340b;
    padding: 4px 30px 3px 8px;
    margin: 22px 0 0 0;
    clear: both;
    display: inline-block;

    background: #c7b224 url('../cachepics/slider/moreinfo_arrow.png') no-repeat 88% center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.wmuSlider article a:hover.moreinfo {
    text-decoration: none;
    background: #a49220 url('/cachepics/moreinfo_arrow.png') no-repeat 94% center;
}


.wmuSliderPrev,
.wmuSliderNext {
      background-color: #1D1D1D;
    background-image: url("../cachepics/slider_arrow_left.gif");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px 0 0 5px;
    display: none;
    height: 45px;
    margin-top: -25px;
    opacity: 0.8;
    text-indent: -9999px;
    width: 40px;
    display:none !important;
}

.wmuSliderPrev {
    background-position: center center;
    margin: -25px 0 0 -25px;
}

.wmuSliderNext {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background-image: url('../cachepics/slider_arrow_right.gif');
}

a:hover.wmuSliderPrev,
a:hover.wmuSliderNext {
    background-color: #2c2c2c;
    display:none;
}



.wmuSliderPagination {
    z-index: 10;
    position: absolute;
    left: 5px;
    bottom: 10px;
    padding: 0;
}
.wmuSliderPagination li {
    float: left;
    margin: 0 5px 0 0;
    list-style-type: none;
}
.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
     background-image: url('../module/wcms/slider.mod/public/img/sprites.png');
    background-repeat: no-repeat;
    background-position: 0 -80px;
}
.wmuSliderPagination a.wmuActive {
    background-position: -10px -80px;
}

/* */

.boxLeft {
    float:left;
    width:49%;
    clear:both;
}

.boxRight {
    float:right;
    width:49%;
}
.boxRight img[align="left"] ,
.boxLeft img[align="left"] {margin-right:15px;}

.p0 {
    padding: 0 !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}


/*////////////////////
      Bit It Styles
//////////////////// */

#kontaktHeaderInner {
    position: relative;
}


.infoWrapper {

    background: green;
    display: none;
}

.infoWrapper p {
    margin: 0;
    color: #fff;
}

.infoWrapper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    color: #fff;
    font-size: 1.1rem;
}
